Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update React Compiler dependencies πŸ€– ✨ #8327

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

ecospark[bot]
Copy link
Contributor

@ecospark ecospark bot commented Jan 20, 2025

I ran pnpm -r up react-compiler-runtime@beta babel-plugin-react-compiler@beta eslint-plugin-react-compiler@beta πŸ§‘β€πŸ’»

@ecospark ecospark bot requested a review from a team as a code owner January 20, 2025 10:37
@ecospark ecospark bot requested review from ryanbonial and removed request for a team January 20, 2025 10:37
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
page-building-studio βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jan 20, 2025 10:51am
performance-studio βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jan 20, 2025 10:51am
test-studio βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jan 20, 2025 10:51am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
studio-workshop ⬜️ Ignored (Inspect) Visit Preview Jan 20, 2025 10:51am
test-next-studio ⬜️ Ignored (Inspect) Jan 20, 2025 10:51am

Copy link

New and updated dependencies detected. Learn more about Socket for GitHub β†—οΈŽ

Package New capabilities Transitives Size Publisher
npm/[email protected] πŸ” npm/[email protected] Transitive: environment +1 18.2 MB react-bot
npm/[email protected] πŸ” npm/[email protected] Transitive: environment, filesystem +12 14.9 MB react-bot
npm/[email protected] None 0 45.8 kB react-bot

View full reportβ†—οΈŽ

Copy link
Contributor

No changes to documentation

Copy link
Contributor

⚑️ Editor Performance Report

Updated Mon, 20 Jan 2025 10:56:18 GMT

Benchmark reference
latency of sanity@latest
experiment
latency of this branch
Ξ” (%)
latency difference
article (title) 22.7 efps (44ms) 25.0 efps (40ms) -4ms (-9.1%) βœ…
article (body) 63.3 efps (16ms) 67.1 efps (15ms) -1ms (-/-%) βœ…
article (string inside object) 25.0 efps (40ms) 25.0 efps (40ms) +0ms (-/-%) βœ…
article (string inside array) 23.3 efps (43ms) 22.7 efps (44ms) +1ms (+2.3%) βœ…
recipe (name) 52.6 efps (19ms) 52.6 efps (19ms) +0ms (-/-%) βœ…
recipe (description) 58.8 efps (17ms) 58.8 efps (17ms) +0ms (-/-%) βœ…
recipe (instructions) 99.9+ efps (5ms) 99.9+ efps (5ms) +0ms (-/-%) βœ…
synthetic (title) 17.9 efps (56ms) 18.9 efps (53ms) -3ms (-5.4%) βœ…
synthetic (string inside object) 18.5 efps (54ms) 18.5 efps (54ms) +0ms (-/-%) βœ…

efps β€” editor "frames per second". The number of updates assumed to be possible within a second.

Derived from input latency. efps = 1000 / input_latency

Detailed information

🏠 Reference result

The performance result of sanity@latest

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 44ms 59ms 70ms 344ms 779ms 11.0s
article (body) 16ms 19ms 23ms 167ms 214ms 5.5s
article (string inside object) 40ms 42ms 50ms 156ms 308ms 7.2s
article (string inside array) 43ms 45ms 48ms 67ms 181ms 7.0s
recipe (name) 19ms 21ms 25ms 55ms 0ms 7.0s
recipe (description) 17ms 18ms 19ms 33ms 0ms 4.3s
recipe (instructions) 5ms 6ms 7ms 9ms 0ms 3.0s
synthetic (title) 56ms 58ms 61ms 102ms 636ms 13.2s
synthetic (string inside object) 54ms 57ms 66ms 528ms 1346ms 8.7s

πŸ§ͺ Experiment result

The performance result of this branch

Benchmark latency p75 p90 p99 blocking time test duration
article (title) 40ms 44ms 71ms 473ms 784ms 11.0s
article (body) 15ms 17ms 37ms 173ms 232ms 5.3s
article (string inside object) 40ms 42ms 45ms 64ms 125ms 7.0s
article (string inside array) 44ms 47ms 59ms 206ms 315ms 7.3s
recipe (name) 19ms 21ms 22ms 47ms 1ms 7.3s
recipe (description) 17ms 18ms 22ms 36ms 0ms 4.4s
recipe (instructions) 5ms 7ms 8ms 8ms 0ms 3.2s
synthetic (title) 53ms 59ms 72ms 325ms 919ms 13.2s
synthetic (string inside object) 54ms 58ms 80ms 474ms 1200ms 8.8s

πŸ“š Glossary

column definitions

  • benchmark β€” the name of the test, e.g. "article", followed by the label of the field being measured, e.g. "(title)".
  • latency β€” the time between when a key was pressed and when it was rendered. derived from a set of samples. the median (p50) is shown to show the most common latency.
  • p75 β€” the 75th percentile of the input latency in the test run. 75% of the sampled inputs in this benchmark were processed faster than this value. this provides insight into the upper range of typical performance.
  • p90 β€” the 90th percentile of the input latency in the test run. 90% of the sampled inputs were faster than this. this metric helps identify slower interactions that occurred less frequently during the benchmark.
  • p99 β€” the 99th percentile of the input latency in the test run. only 1% of sampled inputs were slower than this. this represents the worst-case scenarios encountered during the benchmark, useful for identifying potential performance outliers.
  • blocking time β€” the total time during which the main thread was blocked, preventing user input and UI updates. this metric helps identify performance bottlenecks that may cause the interface to feel unresponsive.
  • test duration β€” how long the test run took to complete.

Copy link
Contributor

Component Testing Report Updated Jan 20, 2025 10:56 AM (UTC)

❌ Failed Tests (2) -- expand for details
File Status Duration Passed Skipped Failed
comments/CommentInput.spec.tsx βœ… Passed (Inspect) 1m 5s 15 0 0
formBuilder/ArrayInput.spec.tsx βœ… Passed (Inspect) 12s 3 0 0
formBuilder/inputs/PortableText/Annotations.spec.tsx ❌ Failed (Inspect) 1m 59s 4 0 2
formBuilder/inputs/PortableText/copyPaste/CopyPaste.spec.tsx βœ… Passed (Inspect) 51s 11 7 0
formBuilder/inputs/PortableText/copyPaste/CopyPasteFields.spec.tsx βœ… Passed (Inspect) 0s 0 12 0
formBuilder/inputs/PortableText/Decorators.spec.tsx βœ… Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/DisableFocusAndUnset.spec.tsx βœ… Passed (Inspect) 14s 3 0 0
formBuilder/inputs/PortableText/DragAndDrop.spec.tsx βœ… Passed (Inspect) 26s 6 0 0
formBuilder/inputs/PortableText/FocusTracking.spec.tsx βœ… Passed (Inspect) 1m 6s 15 0 0
formBuilder/inputs/PortableText/Input.spec.tsx βœ… Passed (Inspect) 1m 31s 21 0 0
formBuilder/inputs/PortableText/ObjectBlock.spec.tsx βœ… Passed (Inspect) 2m 0s 21 0 0
formBuilder/inputs/PortableText/PresenceCursors.spec.tsx βœ… Passed (Inspect) 12s 3 9 0
formBuilder/inputs/PortableText/Styles.spec.tsx βœ… Passed (Inspect) 25s 6 0 0
formBuilder/inputs/PortableText/Toolbar.spec.tsx βœ… Passed (Inspect) 1m 42s 21 0 0
formBuilder/tree-editing/TreeEditing.spec.tsx βœ… Passed (Inspect) 0s 0 3 0
formBuilder/tree-editing/TreeEditingNestedObjects.spec.tsx βœ… Passed (Inspect) 0s 0 3 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant